Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 384 Bytes

installation.md

File metadata and controls

24 lines (19 loc) · 384 Bytes

Installation

Recommended PIP METHOD

pip install nfc-uid

Usage

from nfc_uid import nfc_uid

REPO METHOD / Local usage

  • Clone this repo
  • Run these commands
pip install keyboard
pip install pysscard
pip install requests
pip install urllib3==1.26.15

Usage: python main.py or import main as nfc_uid